home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 52.GU_CloseFont < prev    next >
Text File  |  1996-05-14  |  563b  |  28 lines

  1. gadutil.library/GU_CloseFont                     gadutil.library/GU_CloseFont
  2.  
  3.    NAME
  4.     GU_CloseFont -- Release a pointer to a system font.
  5.  
  6.    SYNOPSIS
  7.     GU_CloseFont(font)
  8.                  A0
  9.  
  10.     VOID GU_CloseFont(struct TextFont *);
  11.  
  12.    FUNCTION
  13.     This function indicates that the font specified is no longer
  14.     in use. It is used to close a font opened by GU_OpenFont, so
  15.     that fonts that are no longer in use do not consume system
  16.     resources.
  17.  
  18.    INPUTS
  19.     font - a font pointer as returned by GU_OpenFont()
  20.  
  21.    RESULT
  22.  
  23.    BUGS
  24.     none known
  25.  
  26.    SEE ALSO
  27.     GU_OpenFont()
  28.